home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / SUMERIS / QuantaFlow / QuantaFlow.app / English.lproj / PlanAuxInspector.nib / data.classes next >
Text File  |  1993-12-06  |  741b  |  60 lines

  1. ComptaInspector = {
  2.     ACTIONS = {
  3.     reload:;
  4.     load:;
  5.     };
  6.     OUTLETS = {
  7.     year;
  8.     };
  9.     SUPERCLASS = QuantaInspector;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. Inspector = {
  17.     OUTLETS = {
  18.     window;
  19.     owner;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. PlanAuxInspector = {
  24.     ACTIONS = {
  25.     okFind:;
  26.     clearFind:;
  27.     };
  28.     OUTLETS = {
  29.     codeRange;
  30.     nameRange;
  31.     type;
  32.     };
  33.     SUPERCLASS = ComptaInspector;
  34. };
  35. QuantaInspector = {
  36.     ACTIONS = {
  37.     reload:;
  38.     load:;
  39.     };
  40.     OUTLETS = {
  41.     companyName;
  42.     numTotal;
  43.     numSel;
  44.     numFound;
  45.     };
  46.     SUPERCLASS = Inspector;
  47. };
  48. StringRange = {
  49.     ACTIONS = {
  50.     revert:;
  51.     clear:;
  52.     validate:;
  53.     };
  54.     OUTLETS = {
  55.     fromField;
  56.     toField;
  57.     };
  58.     SUPERCLASS = Object;
  59. };
  60.